home *** CD-ROM | disk | FTP | other *** search
- %DOS Utilities Menu,11,30,2
- 1. User Commands Menu,,Access Find, Sort, Directory commands etc.
- %User Commands Menu
- 2. Management Commands Menu,,Access utilities for disk management
- %Management Commands Menu
- %Management Commands Menu,14,45,3
- Backup Menu
- %Backup Menu
- Change The Attributes Of A File
- Rem @1"Enter Attribute To Change [+-r +-a]"
- Rem @2"Enter File To Change"
- Attrib @1 @2
- Pause
- Check A Disk
- Rem @1"Enter Drive To Check [default Is C]"
- Set Drv=@1
- If "%drv%"=="" Set Drv=c
- Chkdsk %drv%:
- Pause
- Set Drv=
- Compare Two Sets Of Files [comp]
- Rem @1"Enter First File Specification"
- Rem @2"Enter Second File Specification"
- Comp @1 @2
- Pause
- Copy A Disk [use With Caution]
- Rem @1"Enter Source Drive"
- Rem @2"Enter Destination Drive [all Data Will Be Destroyed On This Drive"
- Diskcopy @1 @2
- Pause
- Date And Time Change,,Change The Date And Time
- Date
- Time
- Format Menu
- %Format Menu
- Join A Path To A Drive
- Rem @1"Enter Drive To Join"
- Rem @2"Enter Root Level Directory To Join Drive To"
- Join @1 @2
- Pause
- Substitute A Drive Letter For A Path
- Rem @1"Enter The New Drive Letter"
- Rem @2"Enter The Path"
- Subst @1 @2
- %User Commands Menu,13,45,4
- Enable Graphics Screen Prints,,load a graphics driver
- Rem @1"Enter Any Switch Options [/b /p=portnumber /r /lcd]"
- Graphics
- Find Text In A File,,Search for a string of text in any text file
- Rem @1"Enter String To Find"
- Rem @2"Enter File Name To Search"
- Rem @3"Enter Optional Switches [/v /c /n]"
- Set F1=@1
- Set F2=@2
- Find @3 "%f1%" %f2% | More
- Pause
- Set F1=
- Set F2=
- Find Text In A Group Of Files
- Rem @1"Enter String To Find"
- Rem @2"Enter File Specification To Search"
- Rem @3"Enter Optional Switches [/V /C /N]"
- Set F1=@1
- Set F2=@2
- For %%A in (%F2%) Do Find @3 "%F1%" %%A | More
- Pause
- List Files,,List the contents of a directory
- Rem @1"Enter Directory Specification"
- Dir @1 | More
- Pause
- Sort A Text File,,Sort a text file into alphabetic order
- :@1"Enter File Name To Sort"
- :@2"Enter File Name To Direct Output To"
- :@3"Enter A Column Number To Start Sort On [default Is 1]"
- Set Fn=@1
- If "%fn%"=="" Then Goto End
- Set Op=@2
- Set Sc=@3
- If Not "%sc%"=="" Set Scs=/+
- Sort %scs%%sc% < %fn% > %op%
- :end
- Set Fn=
- Set Op=
- Set Pipe=
- Set Sc=
- Set Scs=
- pause
- View Enviromental Variables,,View Variables Stored with SET
- SET
- Pause
- %Backup Menu,14,46,5
- Full C Drive Backup To A:
- Backup C:\*.* A: /s
- Pause
- Modified C Drive Backup To A:
- Backup C:\*.* A: /s/m
- Pause
- %Format Menu,14,50,3
- A Drive (Default Size)
- Format A:
- A Drive (360K)
- Format A: /4
- B Drive (Default Size)
- Format B:
- B Drive (720K)
- Format B: /n:9 /t:80
-